gempy.core.data.GemPyEngineConfig

class gempy.core.data.GemPyEngineConfig(backend: gempy_engine.config.AvailableBackends = <AvailableBackends.PYTORCH: 2>, use_gpu: bool = True, dtype: str | None = None, compute_grads: bool | None = False)[source]

Examples using gempy.core.data.GemPyEngineConfig

Forward Gravity Modeling

Forward Gravity Modeling

Set of more complex examples

Set of more complex examples

Alès Basin, France

Alès Basin, France

Claudius, Queensland, Australia

Claudius, Queensland, Australia

Hecho, Spanish Pyrenees

Hecho, Spanish Pyrenees

Mourèze, France

Mourèze, France

Perth Basin, Western Australia

Perth Basin, Western Australia

Methods

__init__(backend, use_gpu, dtype, compute_grads)

Attributes

backend

compute_grads

dtype

The data type used in the engine.

use_gpu

dtype: str | None = None

The data type used in the engine. If None, the default data type of the backend is used.

__init__(backend: AvailableBackends = <AvailableBackends.PYTORCH: 2>, use_gpu: bool = True, dtype: str | None = None, compute_grads: bool | None = False) None